home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / appl / timekeep.sit / TimeKeeper Doc < prev    next >
Text File  |  1988-01-13  |  3KB  |  79 lines

  1. TimeKeeper Documentation
  2. Larry Rosenstein
  3. Apple Computer Inc.
  4. 12/16/87
  5.  
  6.  
  7. TimeKeeper is a simple program written with MacApp¬.  I wrote
  8. it primarily to run under MultiFinder¬.  I wanted to have a 
  9. small clock always on the screen.  I didn't want to use one
  10. of the menu bar clocks, since (at the time) they didn't work
  11. well with MultiFinder or the Macintosh II.  The Alarm Clock DA
  12. wasn't good enough because it appears in the same place
  13. all the time (usually in the wrong place).
  14.  
  15. Thus, TimeKeeper was created.
  16.  
  17. TimeKeeper displays an analog clock in a circular window on 
  18. the screen.  It runs in the background under MultiFinder,
  19. and uses MultiFinder's WaitNextEvent call.  It will run
  20. without MultiFinder as well, although this isn't very
  21. interesting.
  22.  
  23. TimeKeeper remembers the window position and all its settings
  24. in a preferences file.  Therefore, you can make it one of
  25. your startup applications under MultiFinder and it will
  26. always appear where you last put it.
  27.  
  28. There is not much to know to use TimeKeeper.  You can resize
  29. the window by clicking on the white arc.  If you click anywhere
  30. else on the border you can drag the window.
  31.  
  32. The commands in the Options menu should be self-explanatory.
  33. If you turn on the hourly chime, your Mac will beep on 
  34. the hour.  On a Macintosh II, which has the new Sound Manager,
  35. you will also be able to select any of the beep sounds you 
  36. have installed.
  37.  
  38. If you turn on the sweep second hand, then TimeKeeper will
  39. wake up every second to move the hand.  Otherwise, it will
  40. wake up only once a minute.  (Actually, because of a bug
  41. in System 4.2, TimeKeeper wakes up every half second.  This
  42. bug will be fixed in the next version of the System; TimeKeeper
  43. checks the System version to decide if the fix is installed,
  44. and will adapt to either system.)
  45.  
  46. If you turn on the circular clock option, then the clock
  47. window will be constrained to be a circle.  This makes for
  48. a nicer-looking display.
  49.  
  50. TimeKeeper is written with MacApp, and is distributed subject
  51. to the MacApp license agreement.  You may freely distribute
  52. TimeKeeper, provided you do not change it in any way, and that
  53. you do not charge for it.  If you do distribute the program,
  54. please include this file.
  55.  
  56. Although I have been using TimeKeeper myself for a while, I 
  57. haven't tested it with a wide variety of software or hardware, 
  58. so beware.  You might want to try it out first without any other
  59. prorgams running, so that you don't lose any valuable data. 
  60.  
  61. So give TimeKeeper a try, and let me know what you think!
  62.  
  63. Larry Rosenstein
  64. Apple Computer Inc.
  65. 20525 Mariani Ave M/S 32-E
  66. Cupertino, CA 95014
  67.  
  68. CSNet:        lsr@Apple.COM
  69. UUCP:        {nsc, sun}!apple!lsr
  70. AppleLink:    Rosenstein1
  71.  
  72.  
  73. ⌐ Apple Computer, Inc.  1987
  74.  
  75.  
  76. Change Log:
  77.  
  78. 12/22/87:    1.0a1
  79.